home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 216 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.0 KB

  1. Path: pn.itnet.it!not-for-mail
  2. From: "Alessandro Agostinelli" <agos001@pn.itnet.it>
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: 2 PPP accounts
  5. Date: Fri, 05 Jan 1996 17:38:14 +0100
  6. Organization: ITnet
  7. Message-ID: <65641096%agos001@pn.itnet.it>
  8. References: <940.6570T922T927@globalxs.nl> <1057.6573T1044T385@welchlink.welch.jhu.edu>
  9. NNTP-Posting-Host: agos001.pn.itnet.it
  10. X-NewsReader: IntuiNews 1.3 (27.8.95)
  11.  
  12. Jim Saklad wrote in comp.sys.amiga.networking about "Re: 2 PPP accounts":
  13. > On 28-Dec-95 12:27:31, Remco van Hooff commented:
  14. > >Is anybody out there succesfully using 2 PPP accounts? I have 2 PPP
  15. > >accounts, but can only use one at a time. With one at a time I mean that I
  16. > >have to reconfigure my ppp0.config to use a different dialscript each time I
  17. > >want to connect to the other account.
  18. > >I have tried several things to be able to have both accounts available
  19. > >without having to change anything befor I want to connect, but nothing seems
  20. > >to be working. I can dial in, but when AmiTCP is starting up... it reports
  21. > >that ppp0 or ppp1 is off line. If I remove ppp1 (AmiTCP:db/interfaces) all
  22. > >works well.
  23. > My wife and I have separate internet accounts, so I set up separate drawers
  24. > for them, with duplicate installations of AmiTCP, and have 2 separate script
  25. > files to connect to the two different accounts.
  26. > Actually, up until recently, _mine_ was TIA and hers was PPP, so the
  27. > different AmiTCP's were *NOT* set up both for PPP. Now I've got PPP as well,
  28. > and have to change _some_thing, because I'm not getting the PPP
  29. > connection....
  30.  
  31. I have two internet accounts (with two different provider) and I have setup my
  32. AmiTCP config for the two accounts.
  33.  
  34. I have changed my startnet (if both provider use the bootp protocol is not necessary)
  35. the db/resolv.conf file (I have two resolv.conf files) and the scripts to get the
  36. connections.
  37.  
  38. For example, the first script is:
  39.  
  40. Ipdial ITNET              ;ipdial is the utility to dial my first internet provider
  41.                            ITNET
  42.  
  43. setenv HTTP_PROXY <the_itnet_http_proxy>  ;the env variables for proxy
  44. setenv FTP_PROXY <the_itnet_ftp_proxy>
  45.  
  46. copy amitcp:db/resolv.conf.itnet amitcp:db/resolv.conf  ;in the resolv.conf file
  47.                                                          there are the name server
  48.                                                          address and domain name
  49. startnet.itnet
  50.  
  51.  
  52. The second script is the same with vol (second provider) in place of itnet.
  53.  
  54. The two startnet program can be different (in my case I use PAP for vol and two
  55. different serial setup; the ppp interface is ppp0 for both accounts)
  56.  
  57.  
  58.                               Alessandro
  59.  
  60. +------------------------------------------------+
  61. | Alessandro Agostinelli - Genoa, Italy          |
  62. | E-Mail:                  Agos001@pn.itnet.it   |
  63. |------------------------------------------------|
  64. | Amiga 3000/25 10MB RAM, 250HD, Modem Zoom VFX  |
  65. |  CyberGfx+Spectrum, AmiTCP 4.2, UMS V.11       |
  66. |  Apple CD300+, Monitor Sony 17se               |
  67. +------------------------------------------------+
  68.  
  69.